home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 3_2.lha / 3_2 / 3_2c.c next >
Text File  |  1993-08-08  |  312b  |  16 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5.  = b + c * d << 2 & 8
  6.  & 077 != 3
  7.  == b || a == c && c < 5
  8.  = x != 0
  9.  <= i < 7
  10. (1,2)+3
  11.  = - 1 + + b --  - 5
  12.  = b == c ++
  13.  = b = c = 0
  14. [4][2] *= * b ? c : * d * 2
  15. -b,c=d
  16.